From: Eli Zaretskii Date: Thu, 8 Feb 2024 06:48:20 +0000 (+0200) Subject: ; * src/keyboard.c (echo_dash): Mention F1 in echo_keystrokes_help. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~2626 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=a48cf0c94ca4a4e3fe045be6149025955e9dfa4f;p=emacs.git ; * src/keyboard.c (echo_dash): Mention F1 in echo_keystrokes_help. --- diff --git a/src/keyboard.c b/src/keyboard.c index 78ea1893ba1..10cdef67348 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -597,7 +597,7 @@ echo_dash (void) { Lisp_Object help; - help = build_string (" (\\`C-h' for help)"); + help = build_string (" (\\`C-h' or \\`' for help)"); kset_echo_string (current_kboard, concat2 (KVAR (current_kboard, echo_string), calln (Qsubstitute_command_keys, help)));